go.opentelemetry.io/otel/trace.SpanContext.traceID (field)
16 uses
go.opentelemetry.io/otel/trace (current package)
trace.go#L201: traceID: config.TraceID,
trace.go#L211: traceID TraceID
trace.go#L234: traceID: sc.traceID,
trace.go#L244: return sc.traceID
trace.go#L249: return sc.traceID.IsValid()
trace.go#L255: traceID: traceID,
trace.go#L276: traceID: sc.traceID,
trace.go#L297: traceID: sc.traceID,
trace.go#L313: traceID: sc.traceID,
trace.go#L323: return sc.traceID == other.traceID &&
trace.go#L333: TraceID: sc.traceID,
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |